home *** CD-ROM | disk | FTP | other *** search
/ Elite American Models 3 / Elite American Models 3.iso / pc / mainmenu.dir / Internal_48.ls < prev    next >
Encoding:
Text File  |  1996-09-24  |  142 b   |  10 lines

  1. on exitFrame
  2.   repeat while the mouseDown
  3.     nothing()
  4.   end repeat
  5.   repeat while the mouseUp
  6.     nothing()
  7.   end repeat
  8.   startTimer()
  9. end
  10.